ValidatedNel

typealias ValidatedNel<E, A> = Either<NonEmptyList<E>, A>(source)